<label name="lblName" caption="Name" hint="The name of this element. Important if you wish to refer to this form element through some sort of scripting for instance. This field is required." width="26" height="13" top="8" left="8"/>
<label name="lblValue" caption="Text/value" hint="Text/value of your form element." width="59" height="13" top="8" left="192"/>
<label name="lblWidth" caption="Width" hint="Choose the width of your textarea field." width="34" height="13" top="56" left="96"/>
<label name="lblRows" caption="Lines" hint="Number of lines visible at the same time." width="25" height="13" top="56" left="8"/>
<edit name="edtName" taborder="0" text="" hint="The name of this element. Important if you wish to refer to this form element through some sort of scripting for instance. This field is required." width="169" height="19" top="24" left="8"/>
<memo name="mmoText" taborder="1" hint="If you want predefined text in your textarea, you can enter it here." width="217" height="97" top="24" left="192"/>
<spinedit name="speRows" taborder="2" hint="Number of lines visible at the same time." maxvalue="0" minvalue="0" value="0" width="81" height="20" top="72" left="8"/>
<spinedit name="speCols" taborder="3" hint="Choose the width of your textarea field." maxvalue="0" minvalue="0" value="0" width="81" height="20" top="72" left="96"/>
<checkbox name="cbReadonly" caption="Readonly" taborder="4" hint="If your element is readonly, the user will not be able to make any changes to it." checked="0" width="73" height="17" top="104" left="8"/>
<checkbox name="cbDisabled" caption="Disabled" taborder="5" hint="Your element will be visible, but disabled." checked="0" width="89" height="17" top="104" left="96"/>